@charset "utf-8";

/**
 * M
 * @authors deng
 * @date    2023-09-07
 * @version 1.0.0
 */
body {
	font-size: 16px !important;
}

header {
	background-color: rgb(27, 50, 130);
}

button,
a {
	cursor: pointer;
}

.min-hei800 {
	min-height: 800px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.hei-20 {
	height: 20px;
}

.txt-cen {
	text-align: center;
}

.a-blue a {
	color: #1b3282;
}

.logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 1200px;
	margin: 0 auto;
	padding: 55px 0;
}

.newBoxLink {
	display: flex;
}

.newBoxLink a {
	color: #fff;
	display: block;
	margin-right: 10px;
	line-height: 32px;
}

.newBoxLink a:nth-child(2),
.newBoxLink a:nth-child(3) {
	background-color: rgb(178, 0, 3);
	padding: 0 15px;
	border-radius: 30px;
}

.logo {
	position: relative;
}

.newBoxLink {
	position: absolute;
	bottom: 15px;
	left: 0px;
}
.newBoxLinkTwo {
	position: absolute;
    bottom: 15px;
    right: 0px;
    background: #ffbe4d;
    color: rgb(178, 0, 3);
    text-align: center;
    border-radius: 16px;
    padding: 5px 15px;
}
.newBoxLinkTwo a{
	color: rgb(178, 0, 3);
}
.newBoxLinkTwo a:hover{
	color: rgb(178, 0, 3);
}
.newBoxLink a img {
	width: 32px;
}

.logo img:nth-child(2) {
	margin-top: 20px;
	width: 415px;
}

nav {
	background-color: rgb(178, 0, 3);
	font-size: 17px !important;
}

.right-Nav p {
	width: 110px;
	background-color: rgb(246, 220, 203);
	float: right;
	border-radius: 35px;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
}

.line55 {
	line-height: 37px;
	/* font-size: 16px; */
}

.dis-flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

nav .left-Nav {
	min-width: 850px;
}

nav .left-Nav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	color: #fff;
}

nav .left-Nav ul li a {
	color: #fff;
}

nav .left-Nav ul li {
	/* width: 12%; */
	margin-right: 59px;
}

/* nav .left-Nav ul li:nth-of-type(1) {
	/* width: 7%; 
}


nav .left-Nav ul li:nth-of-type(5), nav .left-Nav ul li:nth-of-type(6) {
	
}

nav .left-Nav ul li:nth-of-type(8) {
	width: 14%;
}
*/
nav .center-Nav {
	width: 140px;
	background-color: #cbe8f6;
	border-radius: 20px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .center-Nav>img {
	width: 22px;
	height: 16px;
	z-index: 200;
	margin-right: 9px;

}

nav .center-Nav a {
	color: #1b3282;
}

nav .right-Nav {
	min-width: 200px;
	text-align: right;
	color: rgb(178, 0, 3);
}

nav .right-Nav a {
	color: rgb(178, 0, 3);
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.bg-content {
	background: url(../img/table-bg.png) no-repeat center;
	padding: 60px 0;
	min-height: 739px;
	background-size: cover;
}

.bg-table {
	background-color: #fff;
	border-radius: 10px;
	padding: 60px 0;
}

.bg-table>h1 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.bg-table .mesBox {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 40px auto 0;
	width: 854px;
}

.bg-table .mesBox p {
	display: inline;
}

.bg-table .mesBox p:nth-of-type(2) {
	margin-left: 38px;

}

.bg-table .mesBox input,
.bg-table .mesBox select {
	height: 40px;
	font-size: 15px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding-left: 10px;
	margin-left: 10px;
	color: #666;
}

.bg-table .mesBox button {
	background-color: #1b3282;
	height: 40px;
	font-size: 15px;
	border-radius: 10px;
	color: #fff;
	margin-left: 30px;
	width: 70px;
	border: 0;
}

.bg-table .mesBox1 {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 25px auto 0;
	width: 1050px;
}

.bg-table .mesBox1 .left-mes {
	display: flex;
}

.bg-table .mesBox1 p {
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.bg-table .mesBox1 .left-mes p:nth-of-type(1) {
	background-color: #1b3282;
	width: 100px;
	margin-right: 20px;
}

.bg-table .mesBox1 .left-mes p:nth-of-type(2) {
	background-color: #e93737;
	width: 60px;
}

.bg-table .mesBox1 p a {
	color: #fff;
}

.bg-table .mesBox1 .right-mes p {
	background-color: #389113;
	width: 100px;
}

.table-1 {
	width: 1050px !important;
	margin: 40px auto 30px !important;
}

.layui-table thead tr {
	background-color: #1b3282 !important;
}

.layui-table th {
	border-color: #1b3282 !important;
	color: #fff;
}

.bg-table .layui-table th,
.bg-table .layui-table td {
	text-align: center;
	padding: 10px 0;
	height: 45px;
	font-size: 15px;
}

.bg-table .layui-form-select .layui-input {
	padding-right: 0;
}

.bg-table .mesBox .layui-form-select dl {
	left: 11px;
}

.bg-table .layui-table td>button {
	margin-right: 8px;
	padding: 1px 5px;
	border: 1px solid #ccc;
	font-size: 15px;
	cursor: pointer;
}

.bg-table .layui-table td .editBtn {
	color: #1b3282;

}

.bg-table .layui-table td .deleteBtn {
	color: #e93737;

}

.bg-table .layui-table td .submitBtn {
	color: #389113;
	margin-right: 0;

}

.bg-table .layui-form-select dl dd.layui-this {
	background-color: #1b3282;
}

.bg-table .layui-form-item {
	margin-bottom: 0;
}

/* meeting order */
.bg-table .LiBox .layui-form-item .layui-input-inline {
	width: 400px;
	display: flex;
	justify-content: space-evenly;
}

.LiBox {
	width: 700px;
	margin: 0px auto;
	display: flex;
	background-color: white;
	align-items: center;
	font-size: 16px;
}

.LiBox select {
	color: #5d5d5d;
	padding-left: 15px;
}

.LiBox select option {
	line-height: 35px;
}

.LiBox p {
	line-height: 70px;
	margin-left: 40px;
}

.contentBox {
	padding-top: 20px;
}

.contentBox li:nth-of-type(3) p,
.contentBox li:nth-of-type(7) p,
.contentBox li:nth-of-type(8) p {
	margin-left: 25px;
}

.contentBox li:nth-of-type(6) p {
	margin-left: 12px;
}

.meetingedit li:nth-of-type(6) p {
	margin-left: 9px;
}

.contentBox li:nth-of-type(9) p {
	margin-left: -7px;
}

.LiBox .layui-input-block {
	margin-left: 0px;
}

.LiBox #addpic {
	background-color: #cbe8f6;
	padding: 10px 20px;
	border-radius: 5px;
	color: #1b3282;
}

.contentBox ul li input,
.contentBox ul li textarea {
	height: 40px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding-left: 10px;
}

.textarea::-ms-input-placeholder {
	padding-left: 3px;
	font-size: 15px;
}

.textarea::-webkit-input-placeholder {
	padding-left: 3px;
	font-size: 15px;
}

.reimg {
	width: 85%;
	display: flex;
}

.imgBox {
	margin-top: 40px;
	margin-left: 40px;
	width: 120px;
	height: 100px;
	border: 1px solid #CCCCCC;
}

.imgBox p {
	font-size: 48px;
	margin-left: 0px;
}

.imgBox span {
	/* margin-left: 40px; */
	margin-top: -10px;
}

.spanclose {
	margin-left: 40px;
	margin-top: 60px !important;
	position: absolute;
}

.imgBox img {
	width: 120px;
	height: 100px;
	position: relative;
}

.close {
	height: 25px;
	width: 25px;
	border: 1px solid #CCCCCC;
	text-align: center;
	float: right;
	position: absolute;
	margin-top: -10px;
	z-index: 1;
	border-radius: 50%;
	margin-left: 100px;
	background-color: #848484;
	color: white;
}

.imgP {
	margin-left: 100px !important;
}

.code-input p {
	margin-left: 25px !important;
	margin-top: -20px;
}

.tip {
	width: 763px;
	/* padding-top: 35px; */
	/* margin-left: 39px; */
	color: #9c9c9c;
	margin: 0px auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
}

.code {
	width: 150px;
	height: 42px;
	margin-top: 15px;
	margin-left: 20px;
	background-color: rgb(166, 166, 166);
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
}

.Submit {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
	background-color: white;
}

.Submit button {
	width: 600px;
	padding: 10px;
	font-size: 20px;
	border: none;
	background-color: rgb(166, 166, 166);
	color: white;
	margin-top: 20px;
	border-radius: 5px;
}

/* ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
.item {
	padding: 1em;
	background: #FFFFFF;
	display: none;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	color: #000;
}

.item p {
	width: 100px;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
	background-color: rgb(223, 24, 27);
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 5px;
}

.LiBox .layui-form-radio:hover *,
.LiBox .layui-form-radioed,
.LiBox .layui-form-radioed>i {
	color: #1b3282;

}

.LiBox .layui-form-radio i {
	content: "\e605";
}

.LiBox .time input {
	background: url(../img/detail-icon2.png) no-repeat center right;

}

.LiBox .layui-form-text {
	width: 520px;
}

.LiBox .layui-upload .tips {
	display: flex;
	align-items: center;
	width: 310px;
}

.bg-table .LiBox .layui-form-select dl {
	left: 0;
	padding: 0;
}

.bg-table .layui-input-block {
	margin-left: 0px;
	text-align: center;
}

.bg-table .layui-btn+.layui-btn {
	margin-left: 40px;
}

.bg-table .layui-btn {
	padding: 0 20px;
	background-color: #1b3282;
	font-size: 16px;
	border-radius: 5px;
	border: 0;
}

.bg-table .layui-btn-primary {
	background-color: #cbe8f6;
	color: #1b3282;
}

.bg-table .layui-btn-primary:hover {
	border-color: #cbe8f6;
	color: #1b3282;
}


/* 
.LiBox .layui-progress-big,
.LiBox .layui-progress-big .layui-progress-bar {
	height: 7px;
	line-height: 7px;
} */


.wids {
	width: 700px !important;
	margin: 0 auto
}

.wids li:nth-of-type(3) p {
	margin-left: 40px;
}

.cent {
	justify-content: center !important;
}

.cent p {
	margin-left: 0px !important;
	text-align: right;
	width: 100px;
}

.cent .tips span {
	color: red;
	font-size: 13px;
	display: block;
	margin-left: 5px;
	text-align: center;
}

.mt-20 .layui-btn {
	width: 150px;
}


/* login */

.loginList {

	/* background: #be010a; */

	/* color: #fff; */

	padding: 0.5rem 0;

	width: 57%;

	margin: 0 auto;

	font-size: 18px;
}

.loginList ul {

	display: flex;

	justify-content: space-evenly;
}

.loginList ul li {

	padding: 10px 0;

	cursor: pointer;
}

.loginList ul li.on {

	position: relative;
}

.loginList ul li.on::before {
	content: '';
	width: 40px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #FDCD07;
	border-radius: 7px;
	transform: translateX(-50%);
}

.loginContent {
	display: none;
	width: 50%;
	margin: 0 auto;
}

.loginContent.on {
	display: block;
}

.loginContent label {
	color: #666;
	margin-top: 0.5rem;
	display: block;
	font-size: 15px;
}

.loginContent .loginLine {

	border-bottom: 1px solid #E0E0E0;

	padding: 0.5rem 0;
}

.loginContent .phoneNum {

	position: relative;
}

.loginContent .phoneNum::before {
	content: '+86';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 0.8rem;
}

.loginContent .phoneNum input {
	border: 0;
	width: 100%;
	padding-left: 20%;
	box-sizing: border-box;
	font-size: 0.8rem;
	background-color: #fff !important;
}

.loginContent .password {

	display: flex;

	align-items: center;
}

.loginContent .password input {

	border: 0;

	flex: 1;
}

.loginContent .password>div {}

.loginContent .password>div img {
	width: 80%;
}

.loginContent .password>div .loginShow {

	display: none;
}

.loginContent .button {}

.loginContent .password>div .loginHide {}

.loginContent>p {
	color: #999999;
	text-align: center;
	margin-top: 1rem;
	font-size: 14px;
}

.loginContent .forgot a {}

.loginContent .sign a {}

.loginContent button {
	width: 100%;
	background: #1b3282;
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 0.5rem 0;
	margin-top: 1.5rem;
	font-size: 16px;
}

.loginContent .yzm {
	display: flex;
	justify-content: space-between;
}

.loginContent .yzm input {

	border: 0;

	flex: 1;
}

.loginContent span {
	margin: 0 0.5rem;
	color: #1b3282;
	font-size: 14px;
	cursor: pointer;
}

.loginContent .miaoshu {

	color: #AAAAAA;

	font-size: 0.68rem;

	margin-top: 0.5rem;

	margin-bottom: 1rem;
}

.loginContent .deal {

	display: flex;

	align-items: center;
}

.loginContent .deal #dealCheckbox {}

.loginContent .deal label {
	width: 0.9rem;
	margin: 0;
	height: 0.9rem;
	border-radius: 50%;
	background: #EFEFEF;
	margin-right: 0.3rem;
}

.loginContent .deal label i {
	color: #EFEFEF;
}

.loginContent .deal span {}

.loginContent .deal span a {

	color: #A63B00;
}

.deal input:checked+label {
	position: relative;
	background-color: #D30000;
}

.deal input:checked+label i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.6rem;
}

.loginContent .reg {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.LiBox .layui-form-radio {
	margin: 0px 10px 0 0;
}


/* list */

.content .breadcrumb {
	height: 25px;
	color: #bbb;
	padding: 20px 0;
	font-size: 15px;
	line-height: 25px;
}

.content .list-ul {}

.content .list-ul li:nth-of-type(5n) {
	border-bottom: 0;
}

.content .list-ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	border-bottom: 1px solid #e9f8ff;
}

.content .list-ul li::before {
	content: url(../img/detail-icon3.png);
	display: block;
	clear: both;
	position: relative;
	right: -2px;
	top: 0;
	left: 0;
}

.content .list-ul li span,
.content .list-ul li a {
	font-size: 16px;
	line-height: 45px;
	width: 90%;
}

.content .list-ul li time {
	color: #666;
}

.content hr {
	border: 3px solid #e9f8ff;
	background-color: #e9f8ff;
}

.pager {
	display: flex;
	justify-content: center;
	margin: 30px 0;
	align-items: center;
}

.pager .layui-laypage .layui-laypage-count {
	font-size: 16px;
	color: #999999;
}

.pager .layui-laypage a {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: #eeeeee;
	border-radius: 50px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin: 0 5px;
}

.pager .layui-laypage .layui-laypage-curr {
	margin: 0 10px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: #eeeeee;
	border-radius: 50px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.pager .layui-laypage .layui-laypage-curr .layui-laypage-em {
	padding: 0;
	border-radius: 50px;
	left: 0;
	top: 0;
	background: #1b3282;
}

.pager .layui-laypage .layui-laypage-spr {
	border: 0;
}

.pager .layui-laypage .layui-laypage-skip {
	font-size: 16px;
}

.pager .layui-laypage .layui-laypage-skip input {
	width: 66px;
	background: #fff;
	border-radius: 20px;
	color: #1b3282;
	padding: 0 23px;
}

.pager .layui-laypage .layui-laypage-skip button {
	background: #fff;
	border-radius: 20px;
	color: #1b3282;
	padding: 0 23px;
}

.content .listimg-ul ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.content .listimg-ul ul li {
	width: 47%;
	margin-bottom: 30px;
}

.content .listimg-ul ul li img {
	width: 100%;
	border-radius: 20px;
}

.content .listimg-ul ul li p {
	margin: 10px 0 0;
	text-align: center;
	font-size: 16px;
}

.content .layui-tab-title {
	border: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	height: 80px;
}

.content .layui-tab-title li.layui-this span {
	color: #fff !important;
}

.content .layui-tab-title li {
	background-color: #c9eeff;
	background-image: linear-gradient(to top, #c9eeff 0%, #c9eeff 100%);
	width: 79.51px;
	height: 30px;
	text-align: center;
	transform: skewX(-45deg);
	border-radius: 5px;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 20px;
}

.content .layui-tab-title li.layui-this:after {
	border: none;
	border-radius: 0;
	background-color: #1b3282;
	z-index: 1;
}

.content .layui-tab-title li span {
	color: #1b3282;
	transform: skewX(45deg);
	display: inline-block;
	z-index: 22;
	position: sticky;
	letter-spacing: 7px;
}

.content .layui-tab-bar {
	display: none;
}

.content .layui-tab-title .layui-this:after {
	height: 30px;
}

.layui-upload-img {
	width: 200px;
	/* height: 250px; */
}

#result img {
	width: 100%
}

.load .layui-upload {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 312px;
}

.load .layui-upload-img {
	width: 115px;
}

.load #demoText {
	font-size: 13px;
	color: red;
	line-height: 13px;
}

header img {
	/* width: 100%; */
}

.listdetail-ul ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.listdetail-ul ul li {
	display: flex;
	justify-content: space-between;
	width: 47%;
	border-bottom: 1px solid #adadad;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.listdetail-ul ul li>div {
	margin-right: 30px;
	width: 100%;
}

.listdetail-ul ul li>div p:nth-of-type(1) {
	font-size: 18px;
	text-align: justify;
	margin-bottom: 20px;
}

.listdetail-ul ul li>div p:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
	color: #adadad;
	font-size: 14px;
}

.listdetail-ul ul li a img {
	width: 150px;
}

.bg-table .layui-form-checkbox i {
	margin-top: 0px;
}

.outPingBox {

	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.outPingBox textarea {
	width: 1080px;
	height: 100px;
}

.outPingBox button {
	width: 90px;
	background-color: rgb(38, 120, 213);
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
	height: 30px;
}

.layui-laydate-content td.laydate-selected {
	background-color: #cbe8f6 !important;
}

.layui-laydate .layui-this {
	background-color: #1b3282 !important;
	color: #fff !important;
}


.LiBox .layui-quote-nm {
	border-color: unset;
	border-style: unset;
	border-width: unset;
	background: unset;
}

.LiBox .layui-elem-quote {
	margin-bottom: unset;
	padding: unset;
	line-height: unset;
	border-left: unset;
	border-radius: unset;
	background-color: unset;
}

.content-img-list {
	margin-bottom: 0;
}

.content-img .gcl {
	color: #333;
	position: absolute;
}

.content-img-list-item {
	position: relative;
	display: inline-block;
	max-width: 300px;
	height: auto;
	margin: 0;
	border-radius: 4px;
	background-color: #fff;
	vertical-align: middle;
}

.content-img-list-item .delete-box {
	position: absolute;
	text-align: center;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
}

.content-img-list-item .delete-btn,
.content-img-list-item .big-btn {
	color: #fff;
	cursor: pointer;
	margin: 0 15px;
}

.content-img-list-item img {
	width: 100%;
}

.delete-btn span:before {
	background-color: rgba(0, 0, 0, 0.5);
	content: "X";
	position: absolute;
	border-radius: 50%;
	width: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #FFFFFF;
}

footer {}
